All Questions
4 questions
1vote
1answer
755views
Object-Oriented equivalent of LISP's progn function?
I'm currently writing a LISP parser that iterates through some AutoLISP code and does its best to make it a little easier to read (changing prefix notation to infix notation, changing setq assignments ...
19votes
5answers
3kviews
What makes JVM so much versatile to support so many JVM languages?
JVM supports so many languages other than Java like Groovy,Clojure,Scala etc which are functional languages unlike Java(I am referring to Java before Version 8 where Lambda's are not supported) that ...
9votes
5answers
21kviews
Is there any difference between pointers and references? [duplicate]
References and pointers do the same thing as I know. Is there any difference between them? If there is no difference, why we call them reference not pointer?
13votes
4answers
2kviews
FP and OO orthogonal?
I have heard this time and again and I am trying to understand and validate the idea that FP and OO are orthogonal. First of all, what does it mean for 2 concepts to be orthogonal ? FP encourages ...